"192.168.0.1:sipop" Previous topic Chapter index Next topic

IBE$DOC_ATTRIBUTS

 

 

Descriptions

There is no desription for table IBE$DOC_ATTRIBUTS

 

Fields

PK

FK

Name

Domain

Data type

Not null

Default

Description

 

NUMDOC

 

CHAR (15)

 

 

 

MNEMO

 

CHAR (31)

 

 

 

 

CALCUL

 

VARCHAR (80)

 

 

 

 

Triggers

There are no triggers for table IBE$DOC_ATTRIBUTS

 

Indices

There are no indices for table IBE$DOC_ATTRIBUTS

 

References

There are no references for table IBE$DOC_ATTRIBUTS

 

Referenced

There are no tables referenced by table IBE$DOC_ATTRIBUTS

 

Definition


CREATE TABLE IBE$DOC_ATTRIBUTS (
    NUMDOC CHAR (15) CHARACTER SET NONE NOT NULL COLLATE NONE,
    MNEMO CHAR (31) CHARACTER SET NONE NOT NULL COLLATE NONE,
    CALCUL VARCHAR (80) CHARACTER SET NONE COLLATE NONE);

ALTER TABLE IBE$DOC_ATTRIBUTS ADD PRIMARY KEY (NUMDOC, MNEMO);

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic